home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / axperf.in_ / axperf.ini
Encoding:
INI File  |  2003-06-19  |  9.4 KB  |  246 lines

  1. //*===================================================================
  2. //Microsoft Denali
  3. //
  4. //Microsoft Confidential.
  5. //Copyright 1997 Microsoft Corporation. All Rights Reserved.
  6. //
  7. //Component: Main
  8. //
  9. //File: axperf.ini
  10. //
  11. //Owner: LeiJin
  12. //
  13. //    Description:
  14. //        drivername:  The name of the application found under the 
  15. //                    CurrentControlSet\Services Key
  16. //
  17. //        symbolfile:    An .H file containing symbolic offset of counters.  
  18. //                    The performance DLL also uses the offsets in this file
  19. //                    along with the First Counter and First Help Registry values
  20. //                    to determine the indexes of the various counters and counter
  21. //                    objects.
  22. //
  23. //        languages:    An ID corresponding to the language subkey in the Registry.
  24. //
  25. //        offset:        A symbolic constant defined in SymbolFile.  Offsets must be consecutive
  26. //                    even numbers beginning with zero.  These offsets determine
  27. //                    the order in which the counters are installed in the Counters
  28. //                    and Help values in the Registry.
  29. //
  30. //
  31.  
  32. [info]
  33. drivername=ASP
  34. symbolfile=axctrnm.h
  35. trusted=
  36.  
  37. [languages]
  38. 009=English
  39. 000=Neutral
  40.  
  41. [text]
  42. AXSOBJ_009_NAME=Active Server Pages
  43. AXSOBJ_009_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  44.  
  45. DEBUGDOCREQ_009_NAME=Debugging Requests
  46. DEBUGDOCREQ_009_HELP=Number of debugging document requests.
  47.  
  48. REQERRRUNTIME_009_NAME=Errors During Script Runtime
  49. REQERRRUNTIME_009_HELP=Number of requests failed due to runtime errors.
  50.  
  51. REQERRPREPROC_009_NAME=Errors From ASP Preprocessor
  52. REQERRPREPROC_009_HELP=Number of requests failed due to preprocessor errors.
  53.  
  54. REQERRCOMPILE_009_NAME=Errors From Script Compilers
  55. REQERRCOMPILE_009_HELP=Number of requests failed due to script compilation errors.
  56.  
  57. REQERRORPERSEC_009_NAME=Errors/Sec
  58. REQERRORPERSEC_009_HELP=The number of errors per second.
  59.  
  60. REQTOTALBYTEIN_009_NAME=Request Bytes In Total
  61. REQTOTALBYTEIN_009_HELP=The total size, in bytes, of all requests.
  62.  
  63. REQTOTALBYTEOUT_009_NAME=Request Bytes Out Total
  64. REQTOTALBYTEOUT_009_HELP=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
  65.  
  66. REQEXECTIME_009_NAME=Request Execution Time
  67. REQEXECTIME_009_HELP=The number of milliseconds that it took to execute the most recent request.
  68.  
  69. REQWAITTIME_009_NAME=Request Wait Time
  70. REQWAITTIME_009_HELP=The number of milliseconds the most recent request was waiting in the queue.
  71.  
  72. REQCOMFAILED_009_NAME=Requests Disconnected
  73. REQCOMFAILED_009_HELP=The number of requests that were disconnected due to communication failure.
  74.  
  75. REQBROWSEREXEC_009_NAME=Requests Executing
  76. REQBROWSEREXEC_009_HELP=The number of requests currently executing.
  77.  
  78. REQFAILED_009_NAME=Requests Failed Total
  79. REQFAILED_009_HELP=The total number of requests failed due to errors, authorization failure, and rejections.
  80.  
  81. REQNOTAUTH_009_NAME=Requests Not Authorized
  82. REQNOTAUTH_009_HELP=Number of requests failed due to insufficient access rights.
  83.  
  84. REQNOTFOUND_009_NAME=Requests Not Found
  85. REQNOTFOUND_009_HELP=The number of requests for files that were no found.
  86.  
  87. REQCURRENT_009_NAME=Requests Queued
  88. REQCURRENT_009_HELP=The number of requests waiting for service from the queue.
  89.  
  90. REQREJECTED_009_NAME=Requests Rejected
  91. REQREJECTED_009_HELP=The total number of requests not executed because there were insufficient resources to process them.
  92.  
  93. REQSUCCEEDED_009_NAME=Requests Succeeded
  94. REQSUCCEEDED_009_HELP=The number of requests that executed successfully.
  95.  
  96. REQTIMEOUT_009_NAME=Requests Timed Out
  97. REQTIMEOUT_009_HELP=The number of requests that timed out.
  98.  
  99. REQTOTAL_009_NAME=Requests Total
  100. REQTOTAL_009_HELP=The total number of requests since the service was started.
  101.  
  102. REQPERSEC_009_NAME=Requests/Sec
  103. REQPERSEC_009_HELP=The number of requests executed per second.
  104.  
  105. SCRIPTFREEENG_009_NAME=Script Engines Cached
  106. SCRIPTFREEENG_009_HELP=The number of script engines in cache.
  107.  
  108. SESSIONLIFETIME_009_NAME=Session Duration
  109. SESSIONLIFETIME_009_HELP=The number of milliseconds that the most recent session persisted.
  110.  
  111. SESSIONCURRENT_009_NAME=Sessions Current
  112. SESSIONCURRENT_009_HELP=The current number of sessions being serviced.
  113.  
  114. SESSIONTIMEOUT_009_NAME=Sessions Timed Out
  115. SESSIONTIMEOUT_009_HELP=The number of sessions timed out.
  116.  
  117. SESSIONSTOTAL_009_NAME=Sessions Total
  118. SESSIONSTOTAL_009_HELP=The total number of sessions since the service was started.
  119.  
  120. TEMPLCACHE_009_NAME=Templates Cached
  121. TEMPLCACHE_009_HELP=The number of templates currently cached.
  122.  
  123. TEMPLCACHEHITS_009_NAME=Template Cache Hit Rate
  124. TEMPLCACHEHITS_009_HELP=Percent of requests found in template cache.
  125.  
  126. TEMPLFLUSHES_009_NAME=Template Notifications
  127. TEMPLFLUSHES_009_HELP=The number of templates invalidated in the cache due to change notification.
  128.  
  129. TRANSABORTED_009_NAME=Transactions Aborted
  130. TRANSABORTED_009_HELP=The number of transactions aborted.
  131.  
  132. TRANSCOMMIT_009_NAME=Transactions Committed
  133. TRANSCOMMIT_009_HELP=The number of transactions committed.
  134.  
  135. TRANSPENDING_009_NAME=Transactions Pending
  136. TRANSPENDING_009_HELP=Number of transactions in progress.
  137.  
  138. TRANSTOTAL_009_NAME=Transactions Total
  139. TRANSTOTAL_009_HELP=The total number of transactions since the service was started.
  140.  
  141. TRANSPERSEC_009_NAME=Transactions/Sec
  142. TRANSPERSEC_009_HELP=Transactions started per second.
  143.  
  144. AXSOBJ_000_NAME=Active Server Pages
  145. AXSOBJ_000_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  146.  
  147. DEBUGDOCREQ_000_NAME=Debugging Requests
  148. DEBUGDOCREQ_000_HELP=Number of debugging document requests.
  149.  
  150. REQERRRUNTIME_000_NAME=Errors During Script Runtime
  151. REQERRRUNTIME_000_HELP=Number of requests failed due to runtime errors.
  152.  
  153. REQERRPREPROC_000_NAME=Errors From ASP Preprocessor
  154. REQERRPREPROC_000_HELP=Number of requests failed due to preprocessor errors.
  155.  
  156. REQERRCOMPILE_000_NAME=Errors From Script Compilers
  157. REQERRCOMPILE_000_HELP=Number of requests failed due to script compilation errors.
  158.  
  159. REQERRORPERSEC_000_NAME=Errors/Sec
  160. REQERRORPERSEC_000_HELP=The number of errors per second.
  161.  
  162. REQTOTALBYTEIN_000_NAME=Request Bytes In Total
  163. REQTOTALBYTEIN_000_HELP=The total size, in bytes, of all requests.
  164.  
  165. REQTOTALBYTEOUT_000_NAME=Request Bytes Out Total
  166. REQTOTALBYTEOUT_000_HELP=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
  167.  
  168. REQEXECTIME_000_NAME=Request Execution Time
  169. REQEXECTIME_000_HELP=The number of milliseconds that it took to execute the most recent request.
  170.  
  171. REQWAITTIME_000_NAME=Request Wait Time
  172. REQWAITTIME_000_HELP=The number of milliseconds the most recent request was waiting in the queue.
  173.  
  174. REQCOMFAILED_000_NAME=Requests Disconnected
  175. REQCOMFAILED_000_HELP=The number of requests that were disconnected due to communication failure.
  176.  
  177. REQBROWSEREXEC_000_NAME=Requests Executing
  178. REQBROWSEREXEC_000_HELP=The number of requests currently executing.
  179.  
  180. REQFAILED_000_NAME=Requests Failed Total
  181. REQFAILED_000_HELP=The total number of requests failed due to errors, authorization failure, and rejections.
  182.  
  183. REQNOTAUTH_000_NAME=Requests Not Authorized
  184. REQNOTAUTH_000_HELP=Number of requests failed due to insufficient access rights.
  185.  
  186. REQNOTFOUND_000_NAME=Requests Not Found
  187. REQNOTFOUND_000_HELP=The number of requests for files that were no found.
  188.  
  189. REQCURRENT_000_NAME=Requests Queued
  190. REQCURRENT_000_HELP=The number of requests waiting for service from the queue.
  191.  
  192. REQREJECTED_000_NAME=Requests Rejected
  193. REQREJECTED_000_HELP=The total number of requests not executed because there were insufficient resources to process them.
  194.  
  195. REQSUCCEEDED_000_NAME=Requests Succeeded
  196. REQSUCCEEDED_000_HELP=The number of requests that executed successfully.
  197.  
  198. REQTIMEOUT_000_NAME=Requests Timed Out
  199. REQTIMEOUT_000_HELP=The number of requests that timed out.
  200.  
  201. REQTOTAL_000_NAME=Requests Total
  202. REQTOTAL_000_HELP=The total number of requests since the service was started.
  203.  
  204. REQPERSEC_000_NAME=Requests/Sec
  205. REQPERSEC_000_HELP=The number of requests executed per second.
  206.  
  207. SCRIPTFREEENG_000_NAME=Script Engines Cached
  208. SCRIPTFREEENG_000_HELP=The number of script engines in cache.
  209.  
  210. SESSIONLIFETIME_000_NAME=Session Duration
  211. SESSIONLIFETIME_000_HELP=The number of milliseconds that the most recent session persisted.
  212.  
  213. SESSIONCURRENT_000_NAME=Sessions Current
  214. SESSIONCURRENT_000_HELP=The current number of sessions being serviced.
  215.  
  216. SESSIONTIMEOUT_000_NAME=Sessions Timed Out
  217. SESSIONTIMEOUT_000_HELP=The number of sessions timed out.
  218.  
  219. SESSIONSTOTAL_000_NAME=Sessions Total
  220. SESSIONSTOTAL_000_HELP=The total number of sessions since the service was started.
  221.  
  222. TEMPLCACHE_000_NAME=Templates Cached
  223. TEMPLCACHE_000_HELP=The number of templates currently cached.
  224.  
  225. TEMPLCACHEHITS_000_NAME=Template Cache Hit Rate
  226. TEMPLCACHEHITS_000_HELP=Percent of requests found in template cache.
  227.  
  228. TEMPLFLUSHES_000_NAME=Template Notifications
  229. TEMPLFLUSHES_000_HELP=The number of templates invalidated in the cache due to change notification.
  230.  
  231. TRANSABORTED_000_NAME=Transactions Aborted
  232. TRANSABORTED_000_HELP=The number of transactions aborted.
  233.  
  234. TRANSCOMMIT_000_NAME=Transactions Committed
  235. TRANSCOMMIT_000_HELP=The number of transactions committed.
  236.  
  237. TRANSPENDING_000_NAME=Transactions Pending
  238. TRANSPENDING_000_HELP=Number of transactions in progress.
  239.  
  240. TRANSTOTAL_000_NAME=Transactions Total
  241. TRANSTOTAL_000_HELP=The total number of transactions since the service was started.
  242.  
  243. TRANSPERSEC_000_NAME=Transactions/Sec
  244. TRANSPERSEC_000_HELP=Transactions started per second.
  245.  
  246.